From: Chong Yidong Date: Sat, 7 Apr 2007 16:55:36 +0000 (+0000) Subject: (grep-find-use-xargs): Rewrite docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1043 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f819eee8879308a470ce4077ca239bc12c39c217;p=emacs.git (grep-find-use-xargs): Rewrite docstring. --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index ac12efe8cdd..2c43abfd50c 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -326,10 +326,10 @@ This variable's value takes effect when `grep-compute-defaults' is called.") ;;;###autoload (defvar grep-find-use-xargs nil - "Whether \\[grep-find] uses the `xargs' utility by default. - -If `exec', it uses `find -exec'; if `gnu', it uses `find -print0' and `xargs -0'; -if not nil and not `gnu', it uses `find -print' and `xargs'. + "Non-nil means that `grep-find' uses the `xargs' utility by default. +If `exec', use `find -exec'. +If `gnu', use `find -print0' and `xargs -0'. +Any other non-nil value means to use `find -print' and `xargs'. This variable's value takes effect when `grep-compute-defaults' is called.")